From: Markus Rost Date: Sat, 5 Oct 2002 04:31:40 +0000 (+0000) Subject: (Fformat_time_string): Doc fix. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~30291 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=802568af3189311f78d5c4397e14470bc2807573;p=emacs.git (Fformat_time_string): Doc fix. --- diff --git a/src/editfns.c b/src/editfns.c index 8640111c167..3b71d592bd1 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -1450,8 +1450,8 @@ Finally, %n is a newline, %t is a tab, %% is a literal %. Certain flags and modifiers are available with some format controls. The flags are `_', `-', `^' and `#'. For certain characters X, %_X is like %X, but padded with blanks; %-X is like %X, -ut without padding. %^X is like %X but with all textual -characters up-cased; %#X is like %X but with letter-case of +but without padding. %^X is like %X, but with all textual +characters up-cased; %#X is like %X, but with letter-case of all textual characters reversed. %NX (where N stands for an integer) is like %X, but takes up at least N (a number) positions.